home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 July / Software of the Month Club 1998 July.iso / mac / Education / PredDemo / PredDemo1.0 / PredDemo1.3 final / 00148_fcgSlideSh.ls < prev    next >
Encoding:
Text File  |  1998-05-06  |  229 b   |  12 lines

  1. on mouseDown
  2.   LegalButtonHandler()
  3.   puppetSprite(7, 0)
  4.   repeat with x = 11 to 32
  5.     set the visible of sprite x to 1
  6.     puppetSprite(x, 0)
  7.   end repeat
  8.   puppetPalette("fcQ1Pal")
  9.   puppetTransition(51)
  10.   go("slideShow")
  11. end
  12.